home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 43.zip / ANC 15.adf / 9.doc2 < prev    next >
Text File  |  1987-01-01  |  1KB  |  31 lines

  1.  
  2. Often one needs more than the 76/77 columns for CLI display.  One prior solution
  3. was use of the MoreRows program by Neil Katin; this required some kludging
  4. around with Preferences, though, before one could see the results of one's
  5. choices.
  6.  
  7. ScnSizer permits changing BOTH the incremental ROW and COLUMN change, and the
  8. actual screen offset (with numeric parameters), AND makes the change instantly
  9. visible (no need to use Preferences).
  10.  
  11. If you, like me, don't wish to permanently alter the Prefences data base for a
  12. larger "Workbench" screen, then put this program's usage in your SYS:s/Startup-
  13. Sequence file and/or run it on-the-fly to change the parameters are required.
  14.  
  15. Caution: don't go wild with the changes, else you may offset your screen right
  16. off the CRT's display! :-)
  17.  
  18. The parameters I use are entered per:
  19.  
  20.        CLI> ScnSizer  10  24  -5  -4
  21.  
  22. which gives ME a 664 x 210 (640+24, 200+10) display, offset a bit towards the
  23. upper left corner, thus permitting a TRUE 80-column display in CLI, EMACS,
  24. Scribble, and many other properly-written programs.
  25.  
  26. Source code (Manx 3.4a) is included; feel welcome to adapt this code for your
  27. own requirements.
  28.  
  29.  
  30. --- Thad Floryan
  31.